home *** CD-ROM | disk | FTP | other *** search
/ Practical Internet 2002 July / Practical Internet July 2002.iso / pc / Software / FullProgram / sfv5_flashmag.exe / %MAINDIR% / Help / Macros / HELP26.3DM < prev    next >
Encoding:
Text File  |  2002-01-19  |  1.1 KB  |  38 lines

  1. ;Change the Fonts for the web site or department
  2. menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEDESIGN
  3. waitwindow IDS_SELECT_WEBSITE_CUST 5000
  4. treeselect IDC_TREE_OPTIONS "2,1"
  5. listselect IDC_COMBO_FONTNAME 10
  6. listselect IDC_COMBO_FONT_SIZE 3
  7. moveclick ID_WIZFINISH left
  8.  
  9. ifmenuitem mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
  10.     menuselect mmMainProperties ID_SETUPMENU_CUSTOMIZEPAGEANDDEPT
  11.     moveclick ID_WIZNEXT left
  12.     waitwindow IDS_CUSTOMIZEPAGEANDDEPT 5000
  13.     treeselect IDC_TREE_OPTIONS "2,2"
  14.     listselect IDC_COMBO_FONTNAME 10
  15.     listselect IDC_COMBO_FONT_SIZE 3
  16.     moveclick IDC_CHK_APPLYALLPAGES left
  17.     moveclick ID_WIZFINISH left
  18.     wait 500
  19.     moveclick IDYES left
  20.     wait 500
  21. endif
  22.  
  23. ifmenuitem mmLeftPage
  24.     treeselect leftview "1,3,1"
  25.     mousedblclick left
  26.     waitwindow IDS_DEPARTMENT_PROPERTIES 5000
  27.     moveclick ID_WIZNEXT left
  28.     moveclick IDC_BUTTON3 left
  29.     waitwindow IDS_SELECT_DEPT_CUST 5000
  30.     treeselect IDC_TREE_OPTIONS "2,3"
  31.     listselect IDC_COMBO_FONTNAME 10
  32.     listselect IDC_COMBO_FONT_SIZE 3
  33.     moveclick ID_WIZFINISH left
  34.     waitwindow IDS_ADVANCED_WIZARD 5000
  35.     moveclick ID_WIZFINISH left
  36. endif
  37.  
  38. wait 2000